home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: MegaDisc / MegaDisc 36 (1993-11)(MegaDisc Digital Publishing)(AU)(Disk 2 of 2).zip / MegaDisc 36 (1993-11)(MegaDisc Digital Publishing)(AU)(Disk 2 of 2).adf / ARexx / Modular / Gadget10.mod < prev    next >
Text File  |  1993-08-19  |  128b  |  5 lines

  1.     /* Gadget 10 : date and time */
  2.     s = date('n') || ' ' time('c')
  3.     call Move(HO,300,7) ; call text(HO,s)
  4.     return
  5.